'Declaration Public Overloads Shared Function CreateCommand<TType of processing command.>( _
ByVal decoderTypeТип декодера изображения.As System.Type _
) As T (Of TType of processing command.As ProcessingCommandBase)
public static T CreateCommand<T>(
System.Type decoderType
) where T: ProcessingCommandBase
public: static T* CreateCommand<T>(
System.Type* decoderType
) where T: ProcessingCommandBase*
generic<typename T> public:
static T^ CreateCommand(
System.Type^ decoderType
) where T: ProcessingCommandBase^
Parameters
- decoderType
- Тип декодера изображения.
Type Parameters
- T
- Type of processing command.